070ecd0f6456785535f10c85cd597ddd6713cfbc,rules/rgaa3.0/src/test/java/org/tanaguru/rules/rgaa30/Rgaa30Rule010204Test.java,Rgaa30Rule010204Test,setProcess,#,112
Before Change
//----------------------------------------------------------------------
processResult = processPageTest("Rgaa30.Test.1.2.4-3NMI-11");
// checkResultIsNotTested(processResult); // temporary result to make the result buildable before implementation
checkResultIsPreQualified(processResult, 2, 1);
checkRemarkIsPresent(
processResult,
TestSolution.NEED_MORE_INFO,
After Change
//----------------------------------------------------------------------
processResult = processPageTest("Rgaa30.Test.1.2.4-3NMI-12");
// checkResultIsNotTested(processResult); // temporary result to make the result buildable before implementation
checkResultIsPreQualified(processResult, 2, 2);
checkRemarkIsPresent(
processResult,
TestSolution.NEED_MORE_INFO,